source/derelict/sfml2/audio.d(338,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `sfListener_setGlobalVolume` source/derelict/sfml2/audio.d(338,18): Error: cast from `extern (C) void function(float) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/sfml2/audio.d(339,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `sfListener_getGlobalVolume` source/derelict/sfml2/audio.d(339,18): Error: cast from `extern (C) float function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/sfml2/audio.d(340,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `sfListener_setPosition` source/derelict/sfml2/audio.d(340,18): Error: cast from `extern (C) void function(sfVector3f) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/sfml2/audio.d(341,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `sfListener_getPosition` source/derelict/sfml2/audio.d(341,18): Error: cast from `extern (C) sfVector3f function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/sfml2/audio.d(342,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `sfListener_setDirection` source/derelict/sfml2/audio.d(342,18): Error: cast from `extern (C) void function(sfVector3f) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/sfml2/audio.d(343,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `sfListener_getDirection` source/derelict/sfml2/audio.d(343,18): Error: cast from `extern (C) sfVector3f function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/sfml2/audio.d(344,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `sfListener_setUpVector` source/derelict/sfml2/audio.d(344,18): Error: cast from `extern (C) void function(sfVector3f) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/sfml2/audio.d(345,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `sfListener_getUpVector` source/derelict/sfml2/audio.d(345,18): Error: cast from `extern (C) sfVector3f function() nothrow @nogc*` to `void**` not allowed in safe code source/derelict/sfml2/audio.d(346,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `sfMusic_createFromFile` source/derelict/sfml2/audio.d(346,18): Error: cast from `extern (C) sfMusic* function(const(char)*) nothrow @nogc*` to `void**` not allowed in safe code source/derelict/sfml2/audio.d(347,31): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `sfMusic_createFromMemory` source/derelict/sfml2/audio.d(347,18): Error: cast from `extern (C) sfMusic* function(const(void)*, ulong) nothrow @nogc*` to `void**` not allowed in safe code /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.